home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Docs / readme.hp < prev    next >
Text File  |  1995-05-15  |  5KB  |  121 lines

  1. Difference between hp3 and hpalib (by Bjoern Stabells):
  2. > - my port, hpalib, uses AConvertBuffer(), while hp3 doesn't.  I'm actually
  3. >   not sure if it's necessary. :)
  4. > - hp3 also supports 8bit linear, while hpalib only supports 16bit linear
  5. > - hpalib does a 3 second wait to let the audio stream fill up, while
  6. >   hp3 doesn't, resulting in uneven playback (silent gaps in the music)
  7. > - hp3 rounds the frequency to always use a legal frequency, while
  8. >   hpalib really should be able to handle all frequencies, but doesn't
  9. >   right now.
  10. >
  11.  
  12.  
  13. old Readme for the hp3 port.
  14. ---------------------------
  15. [ NOTE: this is still undergoing development, and will probably be
  16.   enhanced, as some parts don't work very well.  ]
  17.  
  18.      The is a port of tracker, version 3.19, to HP-UX 7x5 machines with
  19. audio devices that can handle 16-bit CD-quality stereo audio.  Tracker
  20. plays Amiga MOD files, which are generally of much higher quality than
  21. most computer music that most people have heard (however, MOD files
  22. still aren't excellent in terms of sound quality -- they are merely
  23. "very good").
  24.  
  25.      Note that you must have an audio device that supports stereo and
  26. 16-bit data.  Other audio output devices are not supported, although
  27. support may be added in the future.
  28.  
  29.      You also need HP-UX 9.01 to use this program, and you must have set
  30. up audio services on your 7x5 workstation.  See the audio services
  31. manual to see how to set this up.
  32.  
  33.  
  34. ***** Quickstart instructions:
  35.  
  36. 1. Put these files in some convenient directory.  The tracker binary
  37.    contains no hard-coded paths, and can be placed anywhere.
  38.  
  39. 2. The files whose names end with ".mod" are Amiga "MOD" files, which
  40.    contain instructions on how to play a song.  Each .mod file is one
  41.    song.
  42.  
  43. 3. To play a song to the headphone jack, do (for example):
  44.  
  45.     tracker -volume -20 -mix 40 boesen.mod
  46.  
  47.    (You may have to add paths to the tracker binary or to boensen.mod)
  48.  
  49.    If you want the song to be output to the internal speaker, do:
  50.  
  51.     tracker -speaker -volume 0 -mix 40 boesen.mod
  52.  
  53.    IMPORTANT: DO NOT USE A VOLUME LEVEL OF ZERO (0) IF YOU ARE LISTENING
  54.    USING HEADPHONES.  A VOLUME LEVEL OF ZERO IS LOUD, AND COULD
  55.    CONCEIVABLY CAUSE DAMAGE TO YOUR HEARING.  Frankly, you probably
  56.    shouldn't use anything above -5 if you are listening using
  57.    headphones.
  58.  
  59. 4. There are three .mod files in this distribution.  They are among the
  60.    best that I've heard, and represent a wide range of musical tastes:
  61.  
  62.     boesen.mod    -- Piano (harpsichord???).  Sounds like a
  63.                barroom piano player.
  64.  
  65.     crystalh.mod    -- Perhaps the most famous Amiga mod file.  I
  66.                can't describe this.  A poor description
  67.                would be a combination between rock and new
  68.                wave music.
  69.  
  70.     xmas.mod    -- This sounds like a drunken rock DJ's idea of
  71.                Christmas Muzak h*ll.  Still, it's quite
  72.                impressive.
  73.  
  74.  
  75. ***** Other notes:
  76.  
  77. 1. The volume is specified in dB, and the default volume setting is
  78.    -20dB.  Note that setting the volume to -5dB and higher could
  79.    conceivably cause damage to your hearing if you listen to mod files
  80.    using a headphone.
  81.  
  82. 2. After running tracker, X-Windows (vue) can no longer beep.  I have no
  83.    idea why, although I'm looking into this.
  84.  
  85.  
  86. ***** Here's the usage information:
  87.  
  88. -------------------------------------------------------------------------------
  89. Usage: tracker [options] filename [...]
  90. -help               Display usage information
  91. -quiet              Print no output other than errors
  92. -picky              Do not tolerate any faults (default is to ignore most)
  93. -tolerant           Ignore all faults
  94. -mono               Select single audio channel output
  95. -stereo             Select dual audio channel output
  96. -verbose            Show text representation of song
  97. -repeats <count>    Number of repeats (0 is forever) (default 1)
  98. -speed <speed>      Song speed.  Some songs want 60 (default 50)
  99. -mix <percent>      Percent of channel mixing. (0 = spatial, 100 = mono)
  100. -new -old -both     Select default reading type (default is -both)
  101. -frequency <freq>   Set playback frequency in Hz
  102. -oversample <times> Set oversampling factor
  103. -transpose <n>      Transpose all notes up
  104. -scroll             Show what's going on
  105. -sync               Try to synch audio output with display
  106. -speaker            Output audio to internal speaker (HP-UX only).
  107. -volume <n>         Set volume in dB (HP-UX only).
  108.  
  109. RunTime:
  110. e,x     exit program
  111. n       next song
  112. p       restart/previous song 
  113. >       fast forward
  114. <       rewind
  115. S       NTSC tempo       s      PAL tempo
  116. ?       Switch between normal and scroll mode
  117. -------------------------------------------------------------------------------
  118.  
  119.      -- Darryl Okahata
  120.     darrylo@sr.hp.com
  121.